var go.pact.im/x/plumb/internal/cli.errSyntheticImportPath
3 uses
go.pact.im/x/plumb/internal/cli (current package)
cli.go#L28: errSyntheticImportPath = errors.New("no real import path")
cli.go#L140: return "", "", fmt.Errorf("%w: could not infer one from the arguments; pass -import-path", errSyntheticImportPath)
cli.go#L142: return "", "", fmt.Errorf("%w: %q is not a real, importable package", errSyntheticImportPath, syntheticImportPath)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)